-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update tauri monorepo #388
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/tauri-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
September 13, 2024 05:18
e0a7a03
to
e2c7f15
Compare
renovate
bot
changed the title
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.13
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.14
Sep 15, 2024
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
September 15, 2024 15:41
e2c7f15
to
da72b4c
Compare
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
September 15, 2024 21:27
da72b4c
to
510fbdf
Compare
renovate
bot
changed the title
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.14
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.15
Sep 15, 2024
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
September 17, 2024 12:26
510fbdf
to
112b407
Compare
renovate
bot
changed the title
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.15
fix(deps): update tauri monorepo
Sep 17, 2024
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
September 17, 2024 17:28
112b407
to
9291f38
Compare
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
September 27, 2024 05:40
9291f38
to
156e21b
Compare
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
October 15, 2024 03:26
799b33b
to
d636282
Compare
renovate
bot
changed the title
fix(deps): update tauri monorepo
fix(deps): update rust crate tauri to v2.0.4
Oct 15, 2024
renovate
bot
changed the title
fix(deps): update rust crate tauri to v2.0.4
fix(deps): update tauri monorepo
Oct 20, 2024
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
October 20, 2024 13:53
d636282
to
b069a9b
Compare
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
October 20, 2024 16:53
b069a9b
to
3c5bdf5
Compare
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
October 21, 2024 12:45
3c5bdf5
to
13a1433
Compare
renovate
bot
changed the title
fix(deps): update tauri monorepo
fix(deps): update tauri monorepo - autoclosed
Nov 7, 2024
renovate
bot
changed the title
fix(deps): update tauri monorepo - autoclosed
fix(deps): update tauri monorepo
Nov 9, 2024
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
November 9, 2024 15:33
7d1cbd1
to
13a1433
Compare
renovate
bot
force-pushed
the
renovate/tauri-monorepo
branch
from
November 9, 2024 18:48
13a1433
to
7a3e8bf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.3
->2.1.0
2.0.4
->2.1.0
2.0.6
->2.1.0
2.0.2
->2.0.3
Release Notes
tauri-apps/tauri (@tauri-apps/api)
v2.1.0
: tauri v2.1.0Compare Source
Cargo Audit
[2.1.0]
New Features
fabc2f283
(#11485 by @39zde) Adds a new configuration optionapp > security > headers
to define headers that will be added to every http response from tauri to the web view. This doesn't include IPC messages and error responses.8036c78e0
(#11455 by @amrbashir) AddPathResolver::home_dir()
method on Android.5c4b83084
(#11191 by @amrbashir) Improved support fordpi
module types to allow these types to be used without manual conversions withinvoke
:SERIALIZE_TO_IPC_FN
const incore
module which can be used to implement custom IPC serialization for types passed toinvoke
.Size
andPosition
classes indpi
module.SERIALIZE_TO_IPC_FN
method onPhysicalSize
,PhysicalPosition
,LogicalSize
andLogicalPosition
to convert it into a valid IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.4d545ab3c
(#11486 by @amrbashir) AddedWindow::set_background_color
andWindowBuilder::background_color
.cbc095ec5
(#11451 by @amrbashir) Addapp > windows > devtools
config option and when creating the webview from JS, to enable or disable devtools for a specific webview.f0da0bde8
(#11439 by @lucasfernog) AddedWebviewWindow::resolve_command_scope
to check a command scope at runtime.`` Detect if
SERIALIZE_TO_IPC_FN
, const from the JScore
module, is implemented on objects when serializing over IPC and use it.f37e97d41
(#11477 by @amrbashir) Addapp > windows > useHttpsScheme
config option to choose whether the custom protocols should usehttps://<scheme>.localhost
instead of the defaulthttp://<scheme>.localhost
on Windows and Androidf37e97d41
(#11477 by @amrbashir) AddWebviewWindowBuilder/WebviewBuilder::use_https_scheme
to choose whether the custom protocols should usehttps://<scheme>.localhost
instead of the defaulthttp://<scheme>.localhost
on Windows and Androidcbc095ec5
(#11451 by @amrbashir) AddWebviewWindowBuilder::devtools
andWebviewBuilder::devtools
to enable or disable devtools for a specific webview.129414faa
(#11569 by @amrbashir) AddWebviewBuilder::focused
method to choose whether to focus webview or not on creation.2a75c64b5
(#11469 by @amrbashir) Addedapp > windows > windowClassname
config option to specify the name of the window class on Windows.2a75c64b5
(#11469 by @amrbashir) AddedWindowBuilder/WebviewWindowBuilder::window_classname
method to specify the name of the window class on Windows.Enhancements
17c6952ae
(#11522 by @amrbashir) Enhance the error message when usingasync
commands with a reference.c33bbf457
(#11575 by @kornelski) Include the path in ACL I/O errors.Bug Fixes
229d7f8e2
(#11616 by @amrbashir) Fix regression in creating child webviews on macOS and Windows, covering the whole window.8c6d1e8e6
(#11401 by @amrbashir) FixApp/AppHandle/Window/Webview/WebviewWindow::cursor_position
getter method failing on Linux withGDK may only be used from the main thread
.f8994b214
(#11581 by @Mikkel-T) Fix listeners created withEventTarget::AnyLabel
never receiving events.4191a7a53
(#11583 by @amrbashir) Fix tray events not fired for tray icons created inside an async command.129414faa
(#11569 by @amrbashir) Fix webview not focused by default.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Cargo Publish
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.